home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / Backup / resources / wsdl / functions.wsdl < prev    next >
Extensible Markup Language  |  2008-11-13  |  7KB  |  156 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  3.   <wsdl:types>
  4.     <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
  5.       <s:element name="setuploadcomplete">
  6.         <s:complexType>
  7.           <s:sequence>
  8.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  9.             <s:element minOccurs="0" maxOccurs="1" name="syskey" type="s:string" />
  10.             <s:element minOccurs="0" maxOccurs="1" name="filepath" type="s:string" />
  11.           </s:sequence>
  12.         </s:complexType>
  13.       </s:element>
  14.       <s:element name="setuploadcompleteResponse">
  15.         <s:complexType>
  16.           <s:sequence>
  17.             <s:element minOccurs="1" maxOccurs="1" name="setuploadcompleteResult" type="s:boolean" />
  18.           </s:sequence>
  19.         </s:complexType>
  20.       </s:element>
  21.       <s:element name="checkfilelist">
  22.         <s:complexType>
  23.           <s:sequence>
  24.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  25.             <s:element minOccurs="0" maxOccurs="1" name="syskey" type="s:string" />
  26.             <s:element minOccurs="0" maxOccurs="1" name="filepath" type="s:string" />
  27.           </s:sequence>
  28.         </s:complexType>
  29.       </s:element>
  30.       <s:element name="checkfilelistResponse">
  31.         <s:complexType>
  32.           <s:sequence>
  33.             <s:element minOccurs="1" maxOccurs="1" name="checkfilelistResult" type="s:int" />
  34.           </s:sequence>
  35.         </s:complexType>
  36.       </s:element>
  37.       <s:element name="setaccessstatus">
  38.         <s:complexType>
  39.           <s:sequence>
  40.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  41.             <s:element minOccurs="0" maxOccurs="1" name="syskey" type="s:string" />
  42.           </s:sequence>
  43.         </s:complexType>
  44.       </s:element>
  45.       <s:element name="setaccessstatusResponse">
  46.         <s:complexType>
  47.           <s:sequence>
  48.             <s:element minOccurs="1" maxOccurs="1" name="setaccessstatusResult" type="s:boolean" />
  49.           </s:sequence>
  50.         </s:complexType>
  51.       </s:element>
  52.       <s:element name="rollback">
  53.         <s:complexType>
  54.           <s:sequence>
  55.             <s:element minOccurs="0" maxOccurs="1" name="syskey" type="s:string" />
  56.             <s:element minOccurs="0" maxOccurs="1" name="filename" type="s:string" />
  57.             <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
  58.           </s:sequence>
  59.         </s:complexType>
  60.       </s:element>
  61.       <s:element name="rollbackResponse">
  62.         <s:complexType>
  63.           <s:sequence>
  64.             <s:element minOccurs="1" maxOccurs="1" name="rollbackResult" type="s:boolean" />
  65.           </s:sequence>
  66.         </s:complexType>
  67.       </s:element>
  68.     </s:schema>
  69.   </wsdl:types>
  70.   <wsdl:message name="setuploadcompleteSoapIn">
  71.     <wsdl:part name="parameters" element="tns:setuploadcomplete" />
  72.   </wsdl:message>
  73.   <wsdl:message name="setuploadcompleteSoapOut">
  74.     <wsdl:part name="parameters" element="tns:setuploadcompleteResponse" />
  75.   </wsdl:message>
  76.   <wsdl:message name="checkfilelistSoapIn">
  77.     <wsdl:part name="parameters" element="tns:checkfilelist" />
  78.   </wsdl:message>
  79.   <wsdl:message name="checkfilelistSoapOut">
  80.     <wsdl:part name="parameters" element="tns:checkfilelistResponse" />
  81.   </wsdl:message>
  82.   <wsdl:message name="setaccessstatusSoapIn">
  83.     <wsdl:part name="parameters" element="tns:setaccessstatus" />
  84.   </wsdl:message>
  85.   <wsdl:message name="setaccessstatusSoapOut">
  86.     <wsdl:part name="parameters" element="tns:setaccessstatusResponse" />
  87.   </wsdl:message>
  88.   <wsdl:message name="rollbackSoapIn">
  89.     <wsdl:part name="parameters" element="tns:rollback" />
  90.   </wsdl:message>
  91.   <wsdl:message name="rollbackSoapOut">
  92.     <wsdl:part name="parameters" element="tns:rollbackResponse" />
  93.   </wsdl:message>
  94.   <wsdl:portType name="functionsSoap">
  95.     <wsdl:operation name="setuploadcomplete">
  96.       <wsdl:input message="tns:setuploadcompleteSoapIn" />
  97.       <wsdl:output message="tns:setuploadcompleteSoapOut" />
  98.     </wsdl:operation>
  99.     <wsdl:operation name="checkfilelist">
  100.       <wsdl:input message="tns:checkfilelistSoapIn" />
  101.       <wsdl:output message="tns:checkfilelistSoapOut" />
  102.     </wsdl:operation>
  103.     <wsdl:operation name="setaccessstatus">
  104.       <wsdl:input message="tns:setaccessstatusSoapIn" />
  105.       <wsdl:output message="tns:setaccessstatusSoapOut" />
  106.     </wsdl:operation>
  107.     <wsdl:operation name="rollback">
  108.       <wsdl:input message="tns:rollbackSoapIn" />
  109.       <wsdl:output message="tns:rollbackSoapOut" />
  110.     </wsdl:operation>
  111.   </wsdl:portType>
  112.   <wsdl:binding name="functionsSoap" type="tns:functionsSoap">
  113.     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
  114.     <wsdl:operation name="setuploadcomplete">
  115.       <soap:operation soapAction="http://tempuri.org/setuploadcomplete" style="document" />
  116.       <wsdl:input>
  117.         <soap:body use="literal" />
  118.       </wsdl:input>
  119.       <wsdl:output>
  120.         <soap:body use="literal" />
  121.       </wsdl:output>
  122.     </wsdl:operation>
  123.     <wsdl:operation name="checkfilelist">
  124.       <soap:operation soapAction="http://tempuri.org/checkfilelist" style="document" />
  125.       <wsdl:input>
  126.         <soap:body use="literal" />
  127.       </wsdl:input>
  128.       <wsdl:output>
  129.         <soap:body use="literal" />
  130.       </wsdl:output>
  131.     </wsdl:operation>
  132.     <wsdl:operation name="setaccessstatus">
  133.       <soap:operation soapAction="http://tempuri.org/setaccessstatus" style="document" />
  134.       <wsdl:input>
  135.         <soap:body use="literal" />
  136.       </wsdl:input>
  137.       <wsdl:output>
  138.         <soap:body use="literal" />
  139.       </wsdl:output>
  140.     </wsdl:operation>
  141.     <wsdl:operation name="rollback">
  142.       <soap:operation soapAction="http://tempuri.org/rollback" style="document" />
  143.       <wsdl:input>
  144.         <soap:body use="literal" />
  145.       </wsdl:input>
  146.       <wsdl:output>
  147.         <soap:body use="literal" />
  148.       </wsdl:output>
  149.     </wsdl:operation>
  150.   </wsdl:binding>
  151.   <wsdl:service name="functions">
  152.     <wsdl:port name="functionsSoap" binding="tns:functionsSoap">
  153.       <soap:address location="https://ev11.sosonlinebackup.com/rdss/protect/common/functions.asmx" />
  154.     </wsdl:port>
  155.   </wsdl:service>
  156. </wsdl:definitions>